| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetInteractionProperty function to get the value of an interaction property.
OSErr QTVRGetInteractionProperty (
QTVRInstance qtvr,
UInt32 property,
void*value);
The QTVRGetInteractionProperty function returns, in the block of memory pointed to by the value parameter, the current value of the property specified by the property parameter for the QuickTime VR movie specified by the qtvr parameter. That block of memory must be large enough to hold the returned value.
| Previous | Chapter contents | Chapter top | Section top | Next |